home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1994 November / Cd Ware (Nro. 2) - Epimundo.iso / DOS / PR / THNBAR.ZIP / TB.DOC < prev    next >
Encoding:
Text File  |  1993-10-29  |  2.3 KB  |  52 lines

  1.  
  2.                                                 ┌─────────┐
  3.       ┌────────────────────────────┐      ┌─────┴───┐     │              (R)
  4.       │                            │    ──│         │o    │──────────────────
  5.       │        Thunder!Bar         │      │   ┌─────┴╨──┐ │  Association of
  6.       │   by Larry Pendarvis       │      │   │         │─┘  Shareware
  7.       │                            │      └───│    o    │    Professionals
  8.       └────────────────────────────┘    ──────│    ║    │────────────────────
  9.                                               └────╨────┘    MEMBER
  10.  
  11.  
  12. Thunder!Bar is a TSR which watches everything you send to the printer.
  13. When it sees a "^", followed by a stream consisting entirely of some
  14. combination of the following 43 valid characters:
  15.  
  16.                 0123456789 ABCDEFGHIJKLMNOPQRSTUVWXYZ$%+-./
  17.  
  18. followed in turn by another "^", it replaces that entire stream by a
  19. Code 39 Bar Code.
  20. (The SPACE is considered a valid character.)
  21.  
  22. If there are fewer than four characters between the two "^" (trigger)
  23. characters; or if there is an invalid character; or if more than 50 valid
  24. characters follow the Trigger without there being a second Trigger,
  25. the stream will not be converted.  This will be considered an inadvertent
  26. similarity, perhaps part of a control string or a font download, and
  27. all characters will be sent to the printer without any change whatever.
  28.  
  29. Look at the file TESTTB.TXT to see what will be sent to the printer by the
  30. test file TESTTB.BAT.  You will see what is sent, and can compare that to
  31. what actually prints.
  32.  
  33. ______________________________________________________________________________
  34.  
  35.  
  36. Version 0.1 is a preliminary test version, so it does not include a way
  37. to configure it for any printer except the HP LaserJet at this time.
  38. Also, it currently prints only a 1/6" high bar code of a fixed width.
  39.  
  40. If you want to print a taller bar code, simply set your printer to
  41. 6 lines per inch and print the same bar code on successive lines.
  42.  
  43. If you want to print a wider bar code, you gotta wait for Version 1.0.
  44.  
  45. _________________
  46.  
  47. 10/29/93:  Version 0.2 now supports Dot Matrix printers!
  48.         Prints bar codes 1/8" tall.... you can print taller ones by
  49.         setting your printer to 8 Lines per Inch and printing the
  50.         same Bar Code on successive lines.
  51.  
  52.